HTML WebSocket Client for pythonprogramming example
Hi, congratulations on your website, I am learning alot for the last months from it!
I have implement your WebSocket example and works great: https://pythonprogramming.net/client-server-python-sockets/
However, I cant get to create a HTML client to communicate with python. I can use Android based APPs and works very good, but I want to ALSO be able to communicate via html website.
You must be logged in to post. Please login or register an account.
Looks like it has been answered on stack overflow.
-Harrison 9 years ago
You must be logged in to post. Please login or register an account.
yes, thanks Harrison. So now I am looking for a python script that will make a Websocket server capable of handling several clients. All examples I find are for a unique server and/or very complicated. any help? thanks
-Serge79 9 years ago
You must be logged in to post. Please login or register an account.